Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class / RemoveRange Method
The zero-based starting index of the range of elements to remove.
The number of elements to remove.


In This Topic
RemoveRange Method (ListBase<T>)
In This Topic
Removes a range of elements from the ListBase<T>.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As ListBase(Of T)
Dim index As Integer
Dim count As Integer
 
instance.RemoveRange(index, count)

Parameters

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.
See Also